Infinity-Get-Store-Item-Info names a function, with lambda list (D USER RECIPIENT/S):
Get information about items in a store which can be purchased.
Lisp GET-STORE-ITEM-INFO = JSON getStoreItemInfo
Input: jso - JavaScript array-style object where the key names are insignificant, but the values are store item ID's
The returned packet is from: "getStoreItemInfo" and contains an object items with a matching set of keys, but whose values are objects in the form of ‘STORE-ITEM-INFO’, qv.
Additional information is returned in ‘STORE-ITEM-INFO’ objects.
Returns the details about store items queried-for by the user.
If any item ID cannot be found, the entire query fails with a 404.
Defined in file src/infinity/legacy-commands.lisp.